home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11239 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  995 b 

  1. Path: news.ichange.com!newsmaster
  2. From: Jesse Liberty <jl@staff.ichange.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Binary Search Tree
  5. Date: Wed, 13 Mar 1996 07:26:28 -0500
  6. Organization: AT&T
  7. Message-ID: <3146BEF4.4D56@staff.ichange.com>
  8. References: <3145EBBB.7E35@cs.strath.ac.uk>
  9. NNTP-Posting-Host: 140.244.99.60
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14. CC: jl@staff.ichange.com
  15.  
  16. mfirth wrote:
  17. > Does anyone know where I can find a decent implementation of
  18. > a Binary Search Tree (preferably documented)?
  19. > Please post URL (web or FTP) to the group.
  20.  
  21. Not sure if this helps, but I spend a couple hundred pages on this and 
  22. related issues in my book "Teach Yourself MORE C++ In 21 Days."  I cover 
  23. Binary trees, AVL trees, B-trees and persistance among other topics. I 
  24. also cover sorting (bubble, selection, insertion, quick sort, and so 
  25. forth) as well as hashing and a host of other advanced topics.
  26.